more README

Andrew Cantino 11 years ago
parent
commit
37f5d67552
4 changed files with 20 additions and 6 deletions
  1. 1 0
      .gitignore
  2. 19 6
      README.md
  3. BIN
      doc/.DS_Store
  4. BIN
      doc/imgs/peaks.png

+ 1 - 0
.gitignore

@@ -15,3 +15,4 @@ capybara-*.html
15 15
 rerun.txt
16 16
 pickle-email-*.html
17 17
 .idea/
18
+.DS_Store

+ 19 - 6
README.md

@@ -2,21 +2,34 @@
2 2
 
3 3
 ## What is Huginn?
4 4
 
5
-Huginn is a system for building agents that perform automated tasks for you online.  They can read the web, watch for events, and take actions on your behalf.  We're just getting started, but here are some of the things you can do with Huginn right now:
5
+Huginn is a system for building agents that perform automated tasks for you online.  They can read the web, watch for events, and take actions on your behalf.
6 6
 
7 7
 ![the origin of the name](doc/imgs/the-name.png)
8 8
 
9
-Control your own data, run your own data hub.
10
-You know where the data is and who has it.  Don't be afraid to log stuff because of where it is.
9
+We're just getting started, but here are some of the things that you can do right now with Huginn:
11 10
 
12
-Make agents that serve you.
11
+* Watch for air travel deals
12
+* List terms you care about and receive emails when their occurrence on Twitter changes drastically
13
+* Track the weather and get an email when it's going to rain (or snow) tomorrow
14
+* Follow your project names on Twitter and get updates when people mention them
15
+* Scrape websites and receive email when they change
16
+* Track your location over time
17
+
18
+You run Huginn on our own server, so you always know who has your data.  You do.
13 19
 
14 20
 And now, some example screenshots.  Below them are instructions to get you started.
15 21
 
22
+![Example list of agents](doc/imgs/your-agents.png)
23
+
16 24
 ![Event flow diagram](doc/imgs/diagram.png)
17
-![Loging your location over time](doc/imgs/my-locations.png)
25
+
26
+![Detecting peaks in Twitter](doc/imgs/peaks.png)
27
+
28
+![Logging your location over time](doc/imgs/my-locations.png)
29
+
18 30
 ![Making a new agent](doc/imgs/new-agent.png)
19
-![Example list of agents](doc/imgs/your-agents.png)
31
+
32
+![Detecting peaks in Twitter](doc/imgs/peaks.png)
20 33
 
21 34
 ## Getting Started
22 35
 

BIN
doc/.DS_Store


BIN
doc/imgs/peaks.png